'Declaration Public Function New( _ ByVal items As IEnumerable(Of ReportItem) _ )
public ReportItemCollection( IEnumerable<ReportItem> items )
Parameters
- items
- The items of the collection.
'Declaration Public Function New( _ ByVal items As IEnumerable(Of ReportItem) _ )
public ReportItemCollection( IEnumerable<ReportItem> items )